home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / nmodm163.arc / TCHD.DOC < prev    next >
Text File  |  1991-04-28  |  2KB  |  64 lines

  1. 13-Jan-91
  2.  
  3.                          TCHD INFORMATION
  4.                          ----------------
  5.  
  6.   ------------------------------------------------------------------
  7.   TCHD is in the Public Domain and is provided with NO, NULL, 0, NIX
  8.   warrenty!   USE at your own risk!
  9.   ------------------------------------------------------------------
  10.  
  11.   TCHD allows you to change to any TopLevel Directory on any drive
  12.   WITHOUT typing:
  13.  
  14.    A. Any \'s!
  15.  
  16.    B. The full pathname!
  17.  
  18.   Examples of calls:
  19.  
  20.   d:\myjunk>TCHD morej        > moves you to d:\morejunk
  21.   d:\myjunk>TCHD c:uti        > moves you to c:\utils
  22.   d:\myjunk>TCHD c:oldu       > moves you to c:\utils\oldutils
  23.  
  24.   The first occurance of a path name that matches the provided letters
  25.   in sequence will cause TCHD to land!  If you have directories with
  26.   common leading letters just add enough letters to the call to qualify
  27.   the specific directory you want.
  28.  
  29.   TCHD is written in pure Turbo Pascal 5.0/5.5!  The source code  is
  30.   included.
  31.  
  32.   NOTE: Sorry TCHD does NOT work with DOS-XM or Concurrent DOS. 
  33.  
  34.         Tested with MS-DOS 4.01 after patch works just fine.
  35.  
  36.         Works fine with DR-DOS 5.0!           
  37.  
  38.         Since we don't write much to screen we'll just use standard
  39.         screen writes and save the memory.
  40.  
  41.   0.91  Forgot to go home if didn't find the path.
  42.  
  43.   0.92  Now we can get to any first level subdirectory!
  44.         Rearranged the prompts.
  45.  
  46.   0.93  Correct typing errors.
  47.  
  48.   0.94  Improved search sequence and error handling.
  49.  
  50.   0.95  Provided .exe version using EAGLE Performance Software's
  51.         SYST55!
  52.  
  53.   0.96  a. Eliminated redundant findnext when we are there.
  54.         b. Provided .exe uses SYST55C2.TPU from EAGLE Performance
  55.            software!  Faster yet!!
  56.  
  57.   0.97 Added code to support turning off ^C and Break checking.
  58.  
  59.                                         L.B. Neal
  60.                                         PYSMATIC BBS
  61.                                         (408)-992-0372
  62.                                         Sunnyvale, CA
  63.                                         "Home of FALCON Software"
  64.